@charset "utf-8";


.cl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.cl {
    zoom: 1
}

.successlunbo {
    width: 612px;
    margin-bottom:24px;
}
/* sildes css begin */

.control {
    width: 612px;
    height: 292px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.change li {
    width: 514px;
    overflow: hidden;
    text-align: center
}
/* 图片垂直居中,不是很准确 */

.change li .imgWrap {
    display: table-cell;
    width: 514px;
    height: 292px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 500px;
}

.change li img {
    max-width: 514px;
    max-height: 292px;
    /*width: expression(this.width > 757 && this.width > this.height ? 600: true);
    height: expression(this.height >757 ? 600: true);*/
    vertical-align: middle;
    overflow: hidden
}
/* 描述部分 */

.change li .textDesc {
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 4px;
    text-align: left;
    overflow: hidden;
}

.change li .opacity {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.change li .title {
    padding: 10px 15px 0;
    color: #e6e6e6;
    font-size: 14px;
    line-height: 22px;
}

.change li .title a {
    color: #e6e6e6;
}
/*.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;}*/
/* 翻页按钮 */

.ssprev,
.ssnext {
    width: 90px;
    height: 30px;
    position: absolute;
    color: #FFF;
    font-size: 14px;
    z-index: 9;
    font-weight: bold;
    cursor: pointer;
    outline: none

}

.ssprev span,
.ssnext span {
    display: none;
}
.ssprev {
    top:0;
    right: 0;
    background: url(../img/btn_top.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../img/btn_top.png");
    _background: none;
}
.ssprev:hover{
    top:0;
    right: 0;
    background: url(../img/btn_top_hover.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../img/btn_top_hover.png");
    _background: none;
}
.ssnext {
    background: url(../img/btn_bottom.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../img/btn_bottom.png");
    _background: none;
    bottom:0;
    right: 0;
}
.ssnext:hover{
    background: url(../img/btn_bottom_hover.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../img/btn_bottom_hover.png");
    _background: none;
    bottom:0;
    right: 0;
}
/* 分页 */
.pageClass {
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 50px;
    padding-top: 10px;
}
.pageClass a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    overflow: hidden;
    border: 1px solid #bebebe;
    background: #bebebe;
    border-radius: 5px;
    outline: none
}
.pageClass a span {
    display: none
}
.pageClass a:hover,
.pageClass a.cur {
    border: 1px solid #be230a;
    background: #be230a
}
/* 缩图部分 */

.thumbWrap {
    width: 90px;
    height: 216px;
    position: absolute;
    right:0;
    top:40px;
    overflow: hidden;
}

.thumbWrap .thumbCont {
    height: 216px; 
    overflow: hidden;
    position: relative;
    width: 90px;
}
.thumbWrap ul li {
    overflow: hidden;
    padding:0 0 10px 0;
    text-align: center;
    width: 90px;
    opacity: 0.65;
}
.thumbWrap ul li div {
    display: table-cell;
    width: 90px;
    height: 48px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 79px;
}
.thumbWrap ul li img {
    max-width: 90px;
    max-height: 48px;
    /*width: expression(this.width > 127 && this.width > this.height ? 127: true);
    height: expression(this.height >89 ? 89: true);*/
    vertical-align: middle;
    overflow: hidden
}
.thumbWrap ul li.cur { opacity: 1;}
.thumbWrap ul li:hover{ opacity: 1;}
/* 缩图按钮 */
/*.thumbPrev,
.thumbNext {
    width: 100px;
    height: 24px;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    outline: none
}
.thumbPrev span,
.thumbNext span {
    display: none;
}
.thumbPrev {
    left: 25px;
    top: 15px;
    background: url(../index_files/sprev.png) no-repeat;
}
.thumbNext {
    left: 25px;
    bottom: 10px;
    background: url(../index_files/snext.png) no-repeat;
}*/